Key Modifiers
public final static KeyModifiers KeyModifiers(Boolean altDown, Boolean metaDown, Boolean shiftDown, Boolean controlDown, Boolean altGraphDown)
public final static KeyModifiers KeyModifiers(Boolean altDown, Boolean metaDown, Boolean shiftDown, Boolean controlDown, Boolean altGraphDown)
Creates a new instance of KeyModifiers with the given parameters.
Since
8.0.0
Parameters
alt Down
Specifies whether the Alt key is pressed.
meta Down
Specifies whether the Meta key is pressed.
shift Down
Specifies whether the Shift key is pressed.
control Down
Specifies whether the Control key is pressed.
alt Graph Down
Specifies whether the AltGraph key is pressed.